css !important用法CSS样式使用优先级判断 例一: CSS #box { color:red !important; color:blue; } HTML <div id="Box"& ...